home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 40 / Issue 40.iso / pc / PCSoftware / HTML Tool 3.5 / htmltool.exe / _SETUP.1 / Frame Buster.scp < prev    next >
Encoding:
Text File  |  1999-03-02  |  359 b   |  10 lines

  1. <HTMLtool>This scripts 'frees' your page from possible foreign frames</HTMLtool>
  2. <!-- This scripts prevents other sites from showing your page in one of their frames. -->
  3.  
  4. <SCRIPT LANGUAGE="JavaScript">
  5.     setTimeout ("Change()", 3000);
  6.     function Change() {
  7.         if (self.parent.frames.length != 0)
  8.             self.parent.location=document.Location;
  9.         }
  10. </SCRIPT>